home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / PC_DEMO.ZIP / BSAVE.BAS (.txt) < prev    next >
Encoding:
GW-BASIC  |  1987-04-15  |  223 b   |  5 lines

  1. 5  'This program saves the current screen. Always use a .BLD extension.
  2. 10  DEF SEG = &HB800               'first page of color screen
  3. 20  BSAVE "picture.bld",0, 4000    'use 2000 as length of a 40-column screen
  4. 40  DEF SEG
  5.